summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bpc/bpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/bpc/bpc.h')
-rw-r--r--src/core/hle/service/bpc/bpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/bpc/bpc.h b/src/core/hle/service/bpc/bpc.h
index 8adc2f962..524391ddb 100644
--- a/src/core/hle/service/bpc/bpc.h
+++ b/src/core/hle/service/bpc/bpc.h
@@ -13,6 +13,6 @@ class ServiceManager;
namespace Service::BPC {
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::BPC